GetValueFromQuickAccessKey Method
Gets the value from quick access key. This function is used to optimized accessing data from IntervalArray. Caller must ensure that the quick access key is valid (>=0) before call this function.
public GetValueFromQuickAccessKey(
int
)
'Declaration
Public Function GetValueFromQuickAccessKey( _
ByVal As Integer _
) As
'Usage
Dim instance As IntervalArray(Of T)
Dim key As Integer
Dim value As
value = instance.GetValueFromQuickAccessKey(key)
Parameters
- key
- The key.
Return Value
T.